home *** CD-ROM | disk | FTP | other *** search
/ IRIX 6.2 Development Libraries / SGI IRIX 6.2 Development Libraries.iso / dist / complib.idb / usr / share / catman / p_man / cat3 / complib / ELTRAN.z / ELTRAN
Text File  |  1996-03-14  |  3KB  |  67 lines

  1.  
  2.  
  3.  
  4. ____EEEELLLLTTTTRRRRAAAANNNN((((3333FFFF))))                                                        ____EEEELLLLTTTTRRRRAAAANNNN((((3333FFFF))))
  5.  
  6.  
  7.  
  8. NNNNAAAAMMMMEEEE
  9.      ELTRAN, SELTRAN  -  EISPACK routine.  This subroutine accumulates the
  10.      stabilized elementary similarity transformations used in the reduction of
  11.      a REAL GENERAL matrix to upper Hessenberg form by  ELMHES.
  12.  
  13.  
  14. SSSSYYYYNNNNOOOOPPPPSSSSYYYYSSSS
  15.           ssssuuuubbbbrrrroooouuuuttttiiiinnnneeee  eeeellllttttrrrraaaannnn((((nnnnmmmm,,,, nnnn,,,, lllloooowwww,,,, iiiigggghhhh,,,, aaaa,,,, iiiinnnntttt,,,, zzzz))))
  16.           iiiinnnntttteeeeggggeeeerrrr          nnnnmmmm,,,, nnnn,,,, lllloooowwww,,,, iiiigggghhhh,,,, iiiinnnntttt((((iiiigggghhhh))))
  17.           ddddoooouuuubbbblllleeee pppprrrreeeecccciiiissssiiiioooonnnn aaaa((((nnnnmmmm,,,,iiiigggghhhh)))),,,, zzzz((((nnnnmmmm,,,,nnnn))))
  18.  
  19.           ssssuuuubbbbrrrroooouuuuttttiiiinnnneeee sssseeeellllttttrrrraaaannnn((((nnnnmmmm,,,, nnnn,,,, lllloooowwww,,,, iiiigggghhhh,,,, aaaa,,,, iiiinnnntttt,,,, zzzz))))
  20.           iiiinnnntttteeeeggggeeeerrrr          nnnnmmmm,,,, nnnn,,,, lllloooowwww,,,, iiiigggghhhh,,,, iiiinnnntttt((((iiiigggghhhh))))
  21.           rrrreeeeaaaallll             aaaa((((nnnnmmmm,,,,iiiigggghhhh)))),,,, zzzz((((nnnnmmmm,,,,nnnn))))
  22.  
  23.  
  24.  
  25. DDDDEEEESSSSCCCCRRRRIIIIPPPPTTTTIIIIOOOONNNN
  26.      On INPUT
  27.  
  28.      NNNNMMMM must be set to the row dimension of two-dimensional array parameters
  29.      as declared in the calling program dimension statement.
  30.  
  31.      NNNN is the order of the matrix.
  32.  
  33.      LLLLOOOOWWWW and IGH are integers determined by the balancing subroutine  BALANC.
  34.      If  BALANC  has not been used, set LOW=1, IGH=N.
  35.  
  36.      AAAA contains the multipliers which were used in the reduction by  ELMHES
  37.      in its lower triangle below the subdiagonal.
  38.  
  39.      IIIINNNNTTTT contains information on the rows and columns interchanged in the
  40.      reduction by  ELMHES.  only elements LOW through IGH are used.  On OUTPUT
  41.  
  42.      ZZZZ contains the transformation matrix produced in the reduction by
  43.      ELMHES.  Questions and comments should be directed to B. S. Garbow,
  44.      APPLIED MATHEMATICS DIVISION, ARGONNE NATIONAL LABORATORY
  45.  
  46.  
  47.  
  48.  
  49.  
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63.                                                                         PPPPaaaaggggeeee 1111
  64.  
  65.  
  66.  
  67.